projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f372bd5
)
(yank): Fix typo in docstring.
author
Luc Teirlinck
<teirllm@auburn.edu>
Sat, 11 Mar 2006 17:01:47 +0000
(17:01 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Sat, 11 Mar 2006 17:01:47 +0000
(17:01 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index ac96798f8fad13e08cef9a6e763cdcfab29b7fec..73a28072a7898897970bf57061c4fdf2fa7788c4 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-2690,7
+2690,7
@@
doc string for `insert-for-yank-1', which see."
nil)
(defun yank (&optional arg)
- "Reinsert (\"past\") the last stretch of killed text.
+ "Reinsert (\"past
e
\") the last stretch of killed text.
More precisely, reinsert the stretch of killed text most recently
killed OR yanked. Put point at end, and set mark at beginning.
With just \\[universal-argument] as argument, same but put point at beginning (and mark at end).